This is the text source code for the program.  You can
copy it to your calculator if you don't have a link to
your computer.  If you have a link, then why look at this? :)

Things you need to know:
-\->\ refers to the sto-> arrow
-\(-)\ refers to the negative sign, NOT to the minus symbol
-dots refer to spaces

For more info, look at Asteroids.txt

PROGRAM:ASTEROIDS
0\->\S
0\->\D
0\->\E
0\->\F
0\->\G
7\->\B
ClrHome
Output(4,2,"ASTEROIDS! 1.0
Output(5,2,"BY TADD NUZNOV
Pause 
For(K,0,7
Disp "
End
For(K,0,202
Output(3,B,"V
S+1\->\S
If B=F
Goto G
H\->\I
G\->\H
F\->\G
E\->\F
D\->\E
C\->\D
randInt(4,13)\->\C
Output(7,C,"*
If S>100
Then
randInt(4,13)\->\C
Output(7,C,"*
End
Disp "XXX..........XXX
getKey\->\K
If K=24 and B>4
B-1\->\B
If K=26 and B<13
B+1\->\B
End
Lbl G
Output(3,B-1,"***
Output(2,B,"*
Output(4,B,"*
Pause 
ClrHome
Disp "SCORE:",S
